home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Programming / LEDA / source / README.amiga < prev   
Text File  |  1994-11-16  |  849b  |  31 lines

  1.  
  2.                                   LEDA
  3.  
  4.              A Library of Efficient Data Types and Algorithms
  5.  
  6.  
  7.  
  8. Amiga source version, modified sources to work with Amiga computers
  9. ------^^^^^^--------
  10.  
  11. The compiled linker-libs for gcc can be found in the archives
  12.     o LEDA-3.1c-generic.lha     (ANY Amiga with at least OS 2.x)
  13.     o LEDA-3.1c-high.lha     (Amigas with at least 68020, 68881, OS 2.x)
  14.  
  15.         *******************************************
  16. As always:    * No warranties! Use it at your own risk! *
  17.         *******************************************
  18.  
  19. Gerhard Leibrock, November 1994
  20.  
  21.  
  22. WARNING:
  23. -------
  24.  
  25. In the function used_time (src/basic/_basic.c, line 209), I set HZ to 50,
  26. because g++ didn't find this value. If you are using an NTSC amiga, the
  27. function used_time() may not work, as it is expected to. This bug/feature
  28. only exists in the amiga version.
  29.  
  30.     Gerhard
  31.